This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Sanjay Dwoponeberggon 8.Jan.04 01:23 PM a Web browser Domino Designer6.0.2 CF2All Platforms
the lotus script code is:
Set dbdestinatario = s.GetDatabase(db.server, filename)
If Not(dbdestinatario Is Nothing) Then
set newMail = doc.CopyToDatabase(dbdestinatario)
...
end if
Sometimes, on the line "set newmail..:", I have the error:
4063 database has not been opened yet,